'Declaration Public Overloads Function SavePdfAsync( _ ByVal stream As Stream, _ ByVal ParamArray sheetIndexs() As Integer _ ) As IAsyncAction
'Usage Dim instance As Workbook Dim stream As Stream Dim sheetIndexs() As Integer Dim value As IAsyncAction value = instance.SavePdfAsync(stream, sheetIndexs)
public IAsyncAction SavePdfAsync( Stream stream, params int[] sheetIndexs )
Parameters
- stream
- The stream to which to save the data.
- sheetIndexs
- The index of the sheet.